toggle menu
Ktor Boost
common
switch theme
search in API
ktor-boost
/
[root]
/
AuthenticationException
Authentication
Exception
class
AuthenticationException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
RuntimeException
Members
Constructors
Authentication
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?